/* PC必备 */
html,body{
    padding:0;
    margin:0 auto;
    min-width: 1300px;
    background-color: #fff;
}
ul li{
    list-style: none;
}
/*包含以下五种的链接*/
a {
	text-decoration: none;color:black;
}
/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
	text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
	text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
	text-decoration: none;
}
.clear{
    width: 100%;
    height:30px;
    clear: both;
}

/*page*/
.pagination-wrapper {
	margin: 40px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	/* display: inline-block; */
	float:left;
	height: 34px; padding: 0 12px;
	line-height: 32px;font-size: 12px;border: 1px solid #dddddd;
	margin-right: 5px;
}
.pagination li a {
	/* float: left; */
	display: block;
	height: 32px;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #f76f0c;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #f76f0c;
	color: #fff;
	cursor: default;
}
/* 禁止复制代码 */
div{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.index_left_nav_li{
	letter-spacing: 10px;padding-left:10px;line-height: 30px;cursor: pointer;
}
